home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / usr / lib / GdbClient.bundle / English.lproj / GdbClient.nib / data.classes < prev    next >
Encoding:
Text File  |  1993-03-09  |  1.9 KB  |  154 lines

  1. FileView = {
  2.     ACTIONS = {
  3.     windowWillClose:;
  4.     up:;
  5.     next:;
  6.     undoChanges:;
  7.     finish:;
  8.     save:;
  9.     down:;
  10.     setBreakpoint:;
  11.     step:;
  12.     continue:;
  13.     realUndoChanges:;
  14.     breakLink:;
  15.     doSaveIn:;
  16.     printSelectionIndirect:;
  17.     saveIn:;
  18.     runUntil:;
  19.     makeRTF:;
  20.     doSave:;
  21.     attemptSaveIn:;
  22.     printSelection:;
  23.     frame:;
  24.     };
  25.     SUPERCLASS = EditView;
  26. };
  27. DisablePanel = {
  28.     ACTIONS = {
  29.     };
  30.     OUTLETS = {
  31.     };
  32.     SUPERCLASS = Panel;
  33. };
  34. FirstResponder = {
  35.     ACTIONS = {
  36.     finish:;
  37.     step:;
  38.     down:;
  39.     frame:;
  40.     continue:;
  41.     setBreakpoint:;
  42.     up:;
  43.     printSelectionIndirect:;
  44.     printSelection:;
  45.     next:;
  46.     runUntil:;
  47.     };
  48.     SUPERCLASS = Object;
  49. };
  50. GdbClient = {
  51.     ACTIONS = {
  52.     next:;
  53.     upFrame:;
  54.     finish:;
  55.     backtrace:;
  56.     quit:;
  57.     step:;
  58.     castType:;
  59.     continue:;
  60.     pickFrame:;
  61.     printSelectionIndirect:;
  62.     runUntilLine:;
  63.     breakAtLine:;
  64.     run:;
  65.     toggleWindow:;
  66.     curFrame:;
  67.     printSelection:;
  68.     interrupt:;
  69.     downFrame:;
  70.     };
  71.     OUTLETS = {
  72.     stackMatrix;
  73.     backtraceDisable;
  74.     namePath;
  75.     backtraceDepth;
  76.     lineMatrix;
  77.     status;
  78.     mainPanel;
  79.     runMatrix;
  80.     browseButton;
  81.     valueTextField;
  82.     windowToggler;
  83.     interruptButton;
  84.     valueText;
  85.     backtraceBrowser;
  86.     scroller;
  87.     controllerDisable;
  88.     backtracePanel;
  89.     speaker;
  90.     typeText;
  91.     selectionMatrix;
  92.     proceedMatrix;
  93.     proceedBox;
  94.     };
  95.     SUPERCLASS = Object;
  96. };
  97. WMPathField = {
  98.     SUPERCLASS = View;
  99. };
  100. Scroller = {
  101.     OUTLETS = {
  102.     target;
  103.     };
  104.     SUPERCLASS = Control;
  105. };
  106. EditView = {
  107.     ACTIONS = {
  108.     windowDidBecomeKey:;
  109.     };
  110.     OUTLETS = {
  111.     text;
  112.     scroll;
  113.     };
  114.     SUPERCLASS = View;
  115. };
  116. EditDriver = {
  117.     ACTIONS = {
  118.     makeManWindow:;
  119.     queryCommand:;
  120.     newdir:;
  121.     userPipe:;
  122.     queryPipe:;
  123.     quit:;
  124.     userCommand:;
  125.     doInfo:;
  126.     realQuit:;
  127.     doTags:;
  128.     tags:;
  129.     newDirWindow:;
  130.     create:;
  131.     man:;
  132.     };
  133.     OUTLETS = {
  134.     menu;
  135.     winSwitch;
  136.     gdbSpeaker;
  137.     userMenu;
  138.     herald;
  139.     targets;
  140.     otherMenu;
  141.     activateMenu;
  142.     findAndReplace;
  143.     query;
  144.     };
  145.     SUPERCLASS = Application;
  146. };
  147. DisableView = {
  148.     ACTIONS = {
  149.     };
  150.     OUTLETS = {
  151.     };
  152.     SUPERCLASS = View;
  153. };
  154.